home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / checklinks.fpl.readme < prev    next >
Text File  |  1995-07-18  |  2KB  |  45 lines

  1. #############################################################################
  2. File:           CheckLinks.FPL
  3. Author:         Daniel Stenberg
  4. Email:          Daniel.Stenberg@sth.frontec.se
  5. Short:          Checks all links in an amigaguide document
  6. Version:        1.0
  7. Date:           22.1.95
  8. Local settings:
  9. Global settings:
  10. Keysequence:
  11. Type:           function
  12. Prereq:
  13. Copyright:      FrexxWare 1995
  14. #############################################################################
  15.  
  16. FUNCTION
  17.   CheckLinks()
  18.  
  19.   This function scans the current buffer and builds a list with all nodes.
  20.   It then scans the buffer once again, looking for all links and when a
  21.   link is found, it checks that the node it is linked to really exists.
  22.  
  23.   Links to non-existing nodes will pop up a requester telling which line
  24.   the link is and to which (non-existing) node it tries to link. When all
  25.   links are checked the user are prompted if it wants the summary report. If
  26.   yes, a summary will be presented in a new buffer. The summary is a list
  27.   naming all nodes and showing how many times a link was found to each node
  28.   (thus enabling the user to track down nodes that are unlinked). Nodes without
  29.   links to it, will get an asterisk '*' at the end of the line.
  30.  
  31. HISTORY
  32.   1.0 - Initial version
  33.  
  34. BUGS
  35.   Only deals with internal links
  36.  
  37. TODO
  38.   Make it run fine with external links.
  39.   Make it show in which node an illegal link appears (not just line).
  40.   Make it work with other kinds of hyper text systems.
  41.  
  42. SEE ALSO
  43.   Amigaguide documentation
  44.  
  45.